home *** CD-ROM | disk | FTP | other *** search
- ;
- ; GccMe --
- ; AmigaDOS script to rebuild All of precognition with GCC 2.6.1
- ; approx 2 hours 15 minutes to build on my A3000/16
- ;
- ; $VER: GccMe 1.1 (14.12.94)
- ;
- stack 100000 ; enough stack for GCC
- ;
- ; First create the /lib/libprecognition.a linker library
- ;
- ;date >StartTime.GCC
- ;
- cd Library
- Make >ERRLOG.GCC ;
- ;
- ; Then create the //Precognition and //MultiWindowWriter Tools
- ;
- ; NOT YET WORKING!
- ;
- ; cd /Precognition
- ; Make >ERRLOG.GCC ;
- ;
- ; Return to the src directory
- cd /
- ;
- ;date >EndTime.GCC
- ; Done!